alter table "DoctorSpecializationChargeModuleDetails" add column "FollowUpDays" integer;

alter table "DoctorSpecializationChargeModuleDetails" add column "FollowUpDaysLimit" integer;


alter table "Appointment" add column "DoctorSpecializationChargeModuleDetailsId" integer;

alter table "Appointment" drop column "ProviderAvailabilityChargeTypeId";
